return ((SwingBeanInfo)this).createBeanDescriptor(classJOptionPane, new Object[]{"preferred", Boolean.TRUE, "isContainer", Boolean.TRUE, "shortDescription", "A component which implements standard dialog box controls."});
public PropertyDescriptor[] getPropertyDescriptors() {
return new PropertyDescriptor[]{this.createPropertyDescriptor("icon", new Object[]{"bound", Boolean.TRUE, "preferred", Boolean.TRUE, "shortDescription", "The option pane's type icon."}), this.createPropertyDescriptor("UIClassID", new Object[]{"shortDescription", "UIClassID"}), this.createPropertyDescriptor("selectionValues", new Object[]{"bound", Boolean.TRUE, "shortDescription", "The option pane's selection values."}), this.createPropertyDescriptor("accessibleContext", new Object[]{"bound", Boolean.FALSE, "expert", Boolean.TRUE, "shortDescription", "The AccessibleContext associated with this option pane"}), this.createPropertyDescriptor("UI", new Object[]{"bound", Boolean.TRUE, "hidden", Boolean.TRUE, "shortDescription", "The UI object that implements the optionpane's LookAndFeel"}), this.createPropertyDescriptor("wantsInput", new Object[]{"shortDescription", "wantsInput"}), this.createPropertyDescriptor("value", new Object[]{"bound", Boolean.TRUE, "preferred", Boolean.TRUE, "shortDescription", "The option pane's value object."}), this.createPropertyDescriptor("inputValue", new Object[]{"bound", Boolean.TRUE, "preferred", Boolean.TRUE, "shortDescription", "The option pane's input value object."}), this.createPropertyDescriptor("messageType", new Object[]{"bound", Boolean.TRUE, "preferred", Boolean.TRUE, "shortDescription", "The option pane's message type."}), this.createPropertyDescriptor("message", new Object[]{"bound", Boolean.TRUE, "preferred", Boolean.TRUE, "shortDescription", "The optionpane's message object."}), this.createPropertyDescriptor("maxCharactersPerLineCount", new Object[]{"shortDescription", "maxCharactersPerLineCount"}), this.createPropertyDescriptor("options", new Object[]{"bound", Boolean.TRUE, "shortDescription", "The option pane's options objects."}), this.createPropertyDescriptor("initialValue", new Object[]{"bound", Boolean.TRUE, "preferred", Boolean.TRUE, "shortDescription", "The option pane's initial value object."}), this.createPropertyDescriptor("optionType", new Object[]{"bound", Boolean.TRUE, "preferred", Boolean.TRUE, "shortDescription", "The option pane's option type."}), this.createPropertyDescriptor("initialSelectionValue", new Object[]{"bound", Boolean.TRUE, "shortDescription", "The option pane's initial selection value object."})};